}
fprintf(file_out, "</h3>\n");
if (wpt->gc_data.terr) {
+ fprintf(file_out, "<p class=\"cachetype\">%s</p>\n",
+ gs_get_cachetype(wpt->gc_data.type), gs_get_container(wpt->gc_data.container));
+ fprintf(file_out, "<p class=\"cachecontainer\">%s</>\n",
+ gs_get_container(wpt->gc_data.container));
if (wpt->gc_data.desc_short.utfstring) {
char *tmpstr = strip_nastyhtml(wpt->gc_data.desc_short.utfstring);
fprintf (file_out, "<p class=\"descshort\">%s</p>\n", tmpstr );
fprintf(file_out, "%s\n", wpt->description);
}
if (wpt->gc_data.terr) {
+ fprintf(file_out, "%s/%s\n",
+ gs_get_cachetype(wpt->gc_data.type), gs_get_container(wpt->gc_data.container));
if (wpt->gc_data.desc_short.utfstring) {
char *stripped_html = strip_html(&wpt->gc_data.desc_short);
fprintf (file_out, "\n%s\n", stripped_html);